Package-level declarations

Types

Link copied to clipboard
data class CanonicalUrls(val caUrl: String?, val usUrl: String?, val esUrl: String?, val frBeUrl: String?, val nlBeUrl: String?)

Represents canonical URLs for different locales in the Discovery API.

Link copied to clipboard
data class EntityChanges(val newlyCreated: Boolean, val changes: List<String>)

Represents changes to an entity in the Discovery API.

Link copied to clipboard
data class Filters(val categories: List<Any>? = emptyList(), val productTypes: List<Any>? = emptyList())

Represents filter criteria for queries in the Discovery API.

Link copied to clipboard
data class GeneralInfoBlocks(val info: String? = null, val howToGetThere: String? = null, val map: String? = null)

Represents general information blocks for entities in the Discovery API.

Link copied to clipboard
data class Location(val longitude: Double, val latitude: Double)

Represents a geographic location in the Discovery API.

Link copied to clipboard
data class Relationship(val id: String?, val type: String?, val references: DiscoveryReferencesResponse?)

Represents a relationship between entities in the Discovery API.

Link copied to clipboard
data class UpcomingEvents(val mfxNo: Int?, val total: Int?, val filtered: Int?)

Represents upcoming event counts in the Discovery API.

Link copied to clipboard
data class VenueAddress(val line1: String?, val city: String?, val state: String?, val postalCode: String?, val country: String?, val cityUrl: String?)

Represents a venue's address details in the Discovery API.

Link copied to clipboard
data class VenueInfoResponse(val name: String?, val id: String?, val canonicalUrl: String?, val canonicalUrls: CanonicalUrls?, val imageUrl: String?, val address: VenueAddress?, val location: Location?, val generalInfoBlocks: GeneralInfoBlocks?, val notFound: Boolean?, val filters: Filters?, val seatMaps: List<Any> = emptyList())

Represents a venue information response from the Discovery API.